Welcome![Sign In][Sign Up]
Location:
Search - TCP csharp

Search list

[TCP/IP stackTCPNetKitbox

Description: TCP网络调试程序 本程序可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。 这个程序在对一些自己编写的服务器或者客户端的程序进行调试的时候比较有用。 大家在使用中有什么好的意见或者建议,欢迎发送邮件到ghsnc@163.com。 马丹-TCP network debugging procedures of this procedure can be used for TCP communications debugging, includes the TCP server and client in two parts. TCP server can be the designated port eavesdropping, and at the same time deal with a maximum of 100 links. Real-time display over each link this data, as well as the need to manually choose which link to send data, or disconnect a link. TCP client can be on a certain IP (or domain name directly input) port for connection, real-time display is already connected to the server to send messages manually input can be sent to the server needs of the content. In the process of the preparation of some of their server or client procedure debugging time more useful. We use any good ideas or suggestions, please send an email to ghsnc@163.com. Martin
Platform: | Size: 55296 | Author: | Hits:

[Web Serverp2pchat

Description: 一个简单的聊天程序,用P2P方式,TCP协议实现的-A simple chat program, using P2P methods, TCP protocol implementation of the
Platform: | Size: 373760 | Author: doris | Hits:

[OtherCSharp

Description: c#网络应用高级编程-电子教案 第1章 进程、线程与网络协议 第2章 TCP应用编程 第3章 UDP应用编程 第4章 P2P应用编程 第5章 SMTP与POP3应用编程 第6章 网络数据加密与解密 第7章 三维设计与多媒体编程-c# Web applications high-level programming- Electronic Teaching Plan Chapter 1 of the process, thread and network protocols in Chapter 2 TCP application programming Chapter 3 UDP application programming Chapter 4 P2P Application Programming Chapter 5 SMTP and POP3 application programming Chapter 6 network data encryption and decryption Chapter 7 three-dimensional design and multimedia programming
Platform: | Size: 198656 | Author: qiong | Hits:

[VC/MFC12fdg

Description: Csharp网络程序设计TCP,Ip 相关的网络协议,Csharp网络编程,套接字使用详细介绍-CSharp Network Programming TCP, Ip-related network protocols, Csharp Network Programming, Sockets use detailed
Platform: | Size: 8443904 | Author: aq | Hits:

[CSharpSendTCP

Description: NIIT提供的标准C#编程范例,发送TCP数据包. 适合初学者借鉴-NIIT standard C# Programming examples, send TCP packets. Suitable for beginners draw
Platform: | Size: 2048 | Author: 许元雪 | Hits:

[TCP/IP stackTCP_Listener

Description: TCP 服务器监听程序,(VS.NET ,c# 开发)-TCP server listener, (VS.NET, c# Development)
Platform: | Size: 62464 | Author: whj | Hits:

[TCP/IP stackTCP_IP

Description: TCP服务器监听程序,及客户端测试,用于GPS车载终端的TCP/IP通讯:发送/接受命令和短信等-TCP server monitoring procedures, and client testing, GPS car terminal for the TCP/IP communication: send/accept the message, such as orders and
Platform: | Size: 38912 | Author: whj | Hits:

[TCP/IP stackTCP_Listener

Description: TCP服务器监听程序,用于GPS车载终端的TCP/IP通讯:发送/接受命令和短信等,(VS.NET c#)-TCP server listener for GPS car terminal TCP/IP communication: send/accept the message, such as orders and, (VS.NET c#)
Platform: | Size: 27648 | Author: whj | Hits:

[CSharpTCP_SERVERandCLIENT

Description: 用CSharp实现的TCPIP实用程序,包括TCPServer以及TCPClient程序,可以实现server与client的互通信-CSharp realize with the TCPIP utility, including tcpClient TCPServer and procedures, server and client can realize the interoperability of communication
Platform: | Size: 193536 | Author: Leo.Lee | Hits:

[Internet-NetworkTCP-SOCKET-Chat-Room-Source

Description: 一个用cSharp编写的聊天室,不算完善,客户端需要硬编码服务端的地址-CSharp prepared using a chat room, which is not perfect, the client needs of hard-coded server address
Platform: | Size: 1354752 | Author: 李亚明 | Hits:

[Windows DevelopFILES

Description: Generic TCP/IP Client/Server
Platform: | Size: 991232 | Author: king | Hits:

[P2PTcpChat

Description: The sources code for chat p2p by Tcp
Platform: | Size: 18432 | Author: le nam | Hits:

[TCP/IP stackTCPTrafficAnalysisResult

Description:  TCP 吞吐量是 TCP 性能的一个重要的端到端性能指标,本程序的功能是对实验数据进行分析,获得TCP流量传输过程中的各项参数!-TCP throughput performance of TCP is an important indicator of end-to-end performance, the function of this process is the analysis of experimental data, access to TCP traffic in the process of transmission of the parameters!
Platform: | Size: 6144 | Author: pengjikui | Hits:

[Windows CETCP_Server_Csharp

Description: TCP/IP服务器,编程环境VS2008编程语言c#。提供TCP侦听链接和数据交换功能。-TCP/IP server and programming environment VS2008 programming language c#.
Platform: | Size: 64512 | Author: zhnglingshan | Hits:

[Internet-NetworkServer_Client

Description: TCP协议下用多线程模拟实现简单的网络通讯。-TCP protocol using a simple network communication.
Platform: | Size: 17408 | Author: 绿城苍狼 | Hits:

[CSharpTCPIP_Sockets_Chat_Demo_Source

Description: An example of how to implement TCP/IP sockets in C# using .NET.
Platform: | Size: 353280 | Author: KennyB | Hits:

[TCP/IP stacktcpudptiaoshi

Description: 该程序是一个调试程序,支持UDP,TCP协议,可作为服务器和客户端,是一个不错的应用工具
Platform: | Size: 1831936 | Author: 张洪铭 | Hits:

[TCP/IP stackYiZhong

Description: 改写好的基于TCP协议的SOCKET编程,包括发送和接收端源码。可用来编写远程文件传输。TCP比UPD麻烦,可以参考一下-Rewritten based on the TCP protocol good SOCKET programming, including the source code for sending and receiving end. Can be used to prepare the remote file transfer. UPD trouble than TCP, you can refer to
Platform: | Size: 58368 | Author: 陈亮 | Hits:

[TCP/IP stackTCPIP

Description: TCP/IP 端口监听,TCP/IP 协议 VS2005 C#-tcp/ip listen
Platform: | Size: 80896 | Author: laoco | Hits:

[TCP/IP stacktesttcp

Description: tcp连接 发送接收 小demo-tcp connection to send to receive a small demo
Platform: | Size: 62464 | Author: zzs | Hits:
« 1 23 4 5 6 7 8 9 10 »

CodeBus www.codebus.net